@media (max-width: 1200px) {

.products-grid li.item { height: auto !important;}
.products-grid .product-name a { font-size: 15px !important;}

}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs > li > a {
        padding: 5px 8px;
    }

    #review-form .form-list .input-box {
        width: 100%;
    }

    /*.catalog-product-view .more-views li {
        display: inline-block;
        margin: 0 10px 0 0;
        width: 80px;
    }*/

    .label-container {
        margin-bottom: 10px;
        text-align: center;
    }

    #vehicle-select label {
        padding-top: 0;
    }

    .product-essential .select-wrapper {
        margin-bottom: 10px
    }

    .find-content {
        padding: 20px 5px 10px;
    }

    .add-to-links .button.reviews {
        margin-right: 0;
    }

    .in-stock-tag {
        text-align: center;
        width: 100%;
    }
    .catalog-product-view .main-product-video i {
        left: 30%;
        top: 22%;
    }       
}

/* Extra small devices */
@media (max-width: 767px) {
    .nav-tabs > li > a {
        padding: 8px 8px;
        font-size: 11px;
    }

    .box-related .products-grid li.item,
    .box-up-sell .products-grid li.item{
        padding-bottom: 15px;
    }

    .product-options dt label {
        margin-right: 10px;
    }

    .media-block {
        text-align: center;
    }
    .product-info-container {
        padding-bottom: 20px;
    }

    .catalog-product-view .short-description {
        margin: 10px 0;
    }    

    #vehicle-select {
        text-align: center;
    }

    

    .label-container {
        margin-bottom: 10px;
    }

    .product-essential #vehicle-select .select-wrapper {
        margin-bottom: 10px;
    }

    .find-content {
        padding: 20px 10px 10px;
    }

    .add-to-links .button {
        margin-right: 0;
        text-transform: none;
    }

    .product-essential {
        margin-top: 20px;
    }

    .catalog-product-view .main-product-video i {
        left: 43%;
        top: 37%;
    }
}

@media (max-width: 420px) {
    .add-to-cart {
        float: none;
        margin-bottom: 10px;
    }

    .add-to-links .button {
        margin-bottom: 10px;
        width: 100%;
    }

    .add-to-cart button.button {
        float: right;
        width: 85%;
    }
    .add-to-cart {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .in-stock-tag {
        text-align: center;
        width: 100%;
    }

    .catalog-product-view .main-product-video i {
        left: 34%;
        top: 30%;
    }
}